home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / OTSTARS.ZIP / make.bat < prev    next >
DOS Batch File  |  1996-02-06  |  136b  |  12 lines

  1. @echo off
  2.  
  3. tasm stars3d.asm
  4. if errorlevel 1 then goto end:
  5. tlink stars3d.obj
  6. stars3d.exe
  7.  
  8. :end
  9. del *.bak
  10. del *.obj
  11. del *.map
  12.